Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix($parse): Handle the empty string as an object key - #9914

Closed
lgalfaso wants to merge 1 commit into
angular:masterfrom
lgalfaso:parse-empty-key
Closed

fix($parse): Handle the empty string as an object key#9914
lgalfaso wants to merge 1 commit into
angular:masterfrom
lgalfaso:parse-empty-key

Conversation

@lgalfaso

@lgalfaso lgalfaso commented Nov 4, 2014

Copy link
Copy Markdown
Contributor

When rebuilding an object literal key, use isDefined to decide if this is a string token or an identifier

Closes #9893

When rebuilding an object literal key, use `isDefined` to decide if
this is a string token or an identifier

Closes angular#9893
@jbedard

jbedard commented Nov 4, 2014

Copy link
Copy Markdown
Contributor

#9431 also fixes this...

@lgalfaso

lgalfaso commented Nov 4, 2014

Copy link
Copy Markdown
Contributor Author

you are right @jbedard closing this

@lgalfaso lgalfaso closed this Nov 4, 2014
@gkalpak

gkalpak commented Nov 5, 2014

Copy link
Copy Markdown
Member

@jbedard: It is probably a good idea to update your PR, adding a Closes #9893.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

scope.$eval with "" (empty string) keys

3 participants